﻿

* {
	box-sizing: border-box;
}



/* --- Estilos Slideshow ---*/

	#container-slider {
		position: relative;
		display: flex;
		width: 100%;
	}

#slider {
	position: relative;
	display: flex;
	width: 100%;
	/*height: 100vh;*/
	height: 100%;
	min-height: 500px;
}

	#slider li {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		width: 100%;
		height: 100%;
		display: block;
		-webkit-transition: opacity 1s;
		-moz-transition: opacity 1s;
		-ms-transition: opacity 1s;
		-o-transition: opacity 1s;
		transition: opacity 1s;
		z-index: -1;
		opacity: 0;
	}

	#container-slider .arrowPrev, #container-slider .arrowNext {
		font-size: 30pt;
		color: rgba(204, 204, 204, 0.65);
		cursor: pointer;
		position: absolute;
		top: 50%;
		left: 50px;
		z-index: 2;
	}

	#container-slider .arrowNext {
		left: initial;
		right: 50px !important;
	}

	.content_slider {
		padding: 15px 30px;
		color: #FFF;
		width: 100%;
		height: 100%;
	}

	.content_slider div {
		text-align: center;
	}

	.content_slider h2 {
		font-family: 'arial';
		font-size: 30pt;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.content_slider p {
		font-size: 15pt;
		font-family: 'arial';
		color: #FFF;
		margin-bottom: 20px;
	}

	#slider li .content_slider {
		/*background: rgba(0, 0, 0, 0.50);*/
		padding: 10px 125px;
	}

	.content_slider {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.btnSlider {
		color: #FFF;
		font-size: 15pt;
		font-family: 'arial';
		letter-spacing: 1px;
		padding: 10px 50px;
		border: 1px solid #CCC;
		background: rgba(13, 13, 13, 0.55);
		border-radius: 31px;
		text-decoration: none;
		transition: .5s all;
	}

	.btnSlider:hover {
		background: #111;
		border: 1px solid #111;
	}

	.listslider {
		position: absolute;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		left: 50%;
		bottom: 5%;
		list-style: none;
		z-index: 2;
		transform: translateX(-50%);
	}

	.listslider li {
		border-radius: 50%;
		width: 10px;
		height: 10px;
		cursor: pointer;
		margin: 0 5px;
	}

	.listslider li a {
		background: #CCC;
		border-radius: 50%;
		width: 100%;
		height: 100%;
		display: block;
	}

	.item-select-slid {
		background: #FFF !important;
	}

	@media screen and (max-width: 460px) {
		.content_slider h2 {
			font-size: 15pt !important;
		}

		.content_slider p {
			font-size: 12pt !important;
		}

		#container-slider .arrowPrev, #container-slider .arrowNext {
			font-size: 20pt;
		}

		#container-slider .arrowPrev {
			left: 15px;
		}

		#container-slider .arrowNext {
			right: 15px !important;
		}

		#slider {
			height: 400px;
			min-height: 400px;
		}

			#slider li .content_slider {
				padding: 10px 35px;
			}

		.btnSlider {
			padding: 10px 30px;
			font-size: 10pt;
		}
	}

/*--- Fin Estilos Slideshow ---*/





/*--- Estilos Menu ---*/

	/*https://codepen.io/TechieBundle/pen/RwYxKMd*/

	li {
		list-style-type: none;
	}

	.navigation-wrapper > ul {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2em;
	}

	.navigation-wrapper > ul > li > a {
		color: #FFFFFF;
		font-size: 16px;
		list-style: none;
		cursor: pointer;
		position: relative;
		font-family: 'NexaRegular ☞';
		font-weight: lighter;
	}

		.navigation-wrapper > ul > li > a:hover {
			color: #CFEBCF;
		}

			.navigation-wrapper > ul > li > a:hover::before {
				content: "";
				position: absolute;
				bottom: 0;
				height: 0;
				width: 0;
				left: 0;
				z-index: 1;
				border-bottom: 3px solid #CFEBCF;
				animation: border-move 0.5s linear;
				animation-fill-mode: forwards;
			}


	@keyframes border-move {
		100% {
			width: 100%;
		}
	}

	.nav-sub-list {
		padding: 0;
	}





	.left_menu1 {
		background-color: #FFFFFF;
		padding: 5px;
		padding-left: 30px;
		float: left;
		width: 35%; /* The width is 20%, by default */
		height: 30px;
		color: #7F827F;
	}

	.main_menu1 {
		background-color: #FFFFFF;
		padding: 5px;
		padding-left: 30px;
		float: left;
		width: 32%; /* The width is 60%, by default */
		height: 30px;
		color: #7F827F;
	}

	.right_menu1 {
		background-color: #FFFFFF;
		padding: 5px;
		padding-left: 30px;
		padding-right: 30px;
		float: left;
		width: 33%; /* The width is 20%, by default */
		height: 30px;
		text-align: left;
		color: #7F827F;
	}

	.left_menu2 {
		background-color: #388E38;
		padding-left: 30px;
		float: left;
		width: 35%; /* The width is 20%, by default */
		height: 55px;
		vertical-align: middle;
	}

	.main_menu2 {
		background-color: #388E38;
		padding: 5px;
		float: left;
		width: 32%; /* The width is 60%, by default */
		height: 55px;
		text-align: center;
	}

	.right_menu2 {
		background-color: #388E38;
		padding: 5px;
		float: left;
		width: 33%; /* The width is 20%, by default */
		height: 55px;
		text-align: left;
	}

	/* Use a media query to add a break point at 800px: */
	@media screen and (max-width: 800px) {
		.left_menu1, .main_menu1, .right_menu1, .left_menu2, .main_menu2, .right_menu2 {
			width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
		}
	}

/*--- Fin Estilos Menu ---*/


.bg-image-home {
	opacity: 0.2;
}

.ETIQUETA_1
{
	font-family: tahoma;
	font-weight: normal;
	font-size: 8pt;
	text-transform: capitalize;
	color: #000000;
}
.ETIQUETA_2
{
	font-family: tahoma;
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	color: #000000;
}
.ETIQUETA_3
{
	font-family: tahoma;
	font-weight: normal;
	font-size: 8pt;
	text-transform: capitalize;
	color: #666666;
}
.LINK_T
{
    font-family: tahoma;
    font-weight: normal;
    font-size: 10pt;
    text-transform: capitalize;
    color: #0000FF;
}
.ERROR
{
    font-family: tahoma;
    font-weight: bold;
    font-size: 8pt;
    text-transform: capitalize;
    color: #FF0000;
}
.ENCABEZADO_GENERAL
{
    font-family: tahoma;
    font-weight: bold;
    font-size: 10pt;
    text-transform: capitalize;
    color: #FFFFFF;
    background-color: green;
}
.TEXTO_GENERAL_1
{
    font-weight: normal;
    font-size: 10pt;
    color: black;
    font-family: Tahoma;
	}
.TEXTOGR_ALT
{
    font-weight: normal;
    font-size: 10pt;
    text-transform: capitalize;
    color: black;
    font-family: Tahoma;
    border-right: black 1pt solid;
    border-top: black 1pt solid;
    border-left: black 1pt solid;
    border-bottom: black 1pt solid;
    background-color: #EEEEEE;
}

.TEXTO_CUADRO
{
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
	color: green;
	font-family: Tahoma;
	border-right: gray 1pt solid;
	border-top: gray 1pt solid;
	border-left: gray 1pt solid;
	border-bottom: gray 1pt solid;
	background-color: white;
}

.TITULO
{
	font-family: tahoma;
	font-weight: normal;
	font-size: 14pt;
	text-transform: uppercase;
	color: black;
}

.TITULO_NORMAL {
    font-family: tahoma;
    font-weight:  normal;
    font-size: 12pt;
    color: black;
}

.TITULO_MEDIANO_GREEN {
    font-family: tahoma;
    font-weight: normal;
    font-size: 28pt;
    color: green;
}

.TITULO_MEDIANO_BLACK {
    font-family: tahoma;
    font-weight: normal;
    font-size: 28pt;
    color: black;
}

.TITULO_GRANDE_GREEN
{
	font-family: tahoma;
	font-weight: normal;
	font-size: 38pt;
	color: green;
}

.TITULO_GRANDE_BLACK
{
	font-family: tahoma;
	font-weight: normal;
	font-size: 38pt;
	color: black;
}

.TITULO_BARRA
{
	font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
	color: white;
	font-family: Tahoma;
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	background-color: gray;
}

.TEXTO
{
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	color: black;
	font-family: Tahoma;
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
}
.TEXTO_NORMAL
{
	font-weight: bold;
	font-size: 10pt;
	text-transform: none;
	color: black;
	font-family: Tahoma;
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
}

.TEXTO_VALIDACION
{
	font-weight: bold;
	font-size: 10pt;
	text-transform: capitalize;
	color:Red;
	font-family: Tahoma;
}
.BOTON
{
	font-weight: bold;
	text-transform: capitalize;
	color: red;
	font-family: Tahoma;
	background-color: silver;
}

.elmenu
{
    z-index:100;
}

.rwDialog rwAlertDialog {
	font-family: tahoma;
	font-weight: normal;
	font-size: 11pt;
	color: black;
}

.rwDialogContent {
	font-family: tahoma;
	font-weight: normal;
	font-size: 11pt;
	color: black;
}

.rwDialogMessage {
	font-family: tahoma;
	font-weight: normal;
	font-size: 11pt;
	color: black;
}

